home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / rqlst091.rea < prev    next >
Text File  |  1996-01-16  |  1KB  |  40 lines

  1. Short:    Selecting entries via button or list window
  2. Author:   Khamsonh Marcel 'ninji' Khounlivong, admin of text/ MP II,III
  3. Uploader: okk@rz.uni-jena.de
  4. Version:  0.9x
  5. Type:     util/cli
  6. Requires: KS1.3+, no tea
  7.  
  8. $VER: ReqList.readme 0.92 (11.10.95)
  9.  
  10.     Something I miss in (Rexx)ReqTools requesters is a selection with vertical
  11. buttons or  with lists.  Because  it  was not possible  to use more  than five
  12. entries without getting an ugly requester,  I was thinking about programming a
  13. cli tool to solve this little problem. Within compiling "Meeting Pearls III"
  14. our chief :-) (Angela) asked for such tool - an I wrote it.
  15.  
  16.     Templates  at this time:  VERBOSE/S,  I=INPUT/K,  O=OUTPUT/K,  H=HEADER/K,
  17. L=LIST/K, PS=PUBSCREEN/K, PAGE/N, BUTTONS/S, POPUP/S, CLONERT/S. Last template
  18. will  looking  for  ENV:ReqTools.prefs  and  sets positions  saved  for  other
  19. requesters, i.e. supports (CENTER | OFFSET)-SCREEN, otherwise  mouse  position
  20. is used. Alternative to I/O use '<' and '>'.
  21.  
  22. History
  23.  
  24. 0.91 (11.10.95)
  25.     - mmhh ... there should be a way to cancel with mouse, because I've got no
  26.       time I implemented only a closegadet, so sorry ... I'll fix it
  27.  
  28. 0.90 (19.09.95)
  29.     - ReqList doesn't add carriage return to output
  30.  
  31. 0.89 (16.09.95)
  32.     - first official release (MP only)
  33.  
  34. To do
  35.  
  36.     - beware of RectFill(), -> own Bitmap
  37.     - changing of window title (maybe :-)
  38.     - smaller, faster
  39.     - ARexx-Support (like ReqTools?)
  40.